home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / media / video / tda9840.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  367 b   |  15 lines

  1. #ifndef __INCLUDED_TDA9840__
  2. #define __INCLUDED_TDA9840__
  3.  
  4. #define    I2C_ADDR_TDA9840        0x42
  5.  
  6. /* values may range between +2.5 and -2.0;
  7.    the value has to be multiplied with 10 */
  8. #define TDA9840_LEVEL_ADJUST    _IOW('v',3,int)
  9.  
  10. /* values may range between +2.5 and -2.4;
  11.    the value has to be multiplied with 10 */
  12. #define TDA9840_STEREO_ADJUST    _IOW('v',4,int)
  13.  
  14. #endif
  15.